ipv6 dhcp-client opt-17-sub-1 enterprise
This command configures the device as a DHCPv6 client and configures the Enterprise number for sub-options 1 and 4-10 in DHCPv6 requests (Option 17). If not set, they are not sent. If set, they are sent under the enterprise set.
The sub-options provided the following information:
■ | Sub-option code 4: Device serial number |
■ | Sub-option code 5: Hardware version |
■ | Sub-option code 6: Software version |
■ | Sub-option code 7: Boot ROM version |
■ | Sub-option code 8: Vendor OUI |
■ | Sub-option code 9: Device model number |
■ | Sub-option code 10: Vendor identifier |
Syntax
ipv6 dhcp-client opt-17-sub-1 enterprise
Command Mode
Privileged User
Related Commands
ipv6 dhcp-client cable-labs-opt-17
Notes
If the command ipv6 dhcp-client cable-labs-opt-17 is set to no, sub-options 4-10 are not sent, even if the command ipv6 dhcp-client opt-17-sub-1 enterprise is set.
Example
This example configures the DHCPv6 client to send sub-options 1 and 4-10 in Option 17.
(config-data)# interface vlan 3 (conf-if-VLAN 3)# ipv6 dhcp-client opt-17-sub-1 enterprise (conf-if-VLAN 3)# no shutdown (conf-if-VLAN 3)# exit